Add CI builder#23
Conversation
|
I understand that you got the link errors on Arch linux. I wonder what's different there vs Ubuntu/Debian in the way the linker resolving references? |
|
Having just checked the package comments, it would appear that these problems relate to gcc 10. |
|
I just cleaned up (in 3015be7) the use of Did you get similar link errors on the |
Yes, that one and lots of others, but all this is already fixed in the PR #22 |
|
Turns out |
|
so if I get this right, these global variable must act as if they're shared? On another note, is this CI stuff ok for merging? |
|
I have not decided yet on the way for packaging (or specific target platforms, if any); this will need some tweaking. So for now I postpone the automation of the builds and releases; after all, there's really no test suite yet to run to validate the pushes. |
This adds a builder with github actions.
There are builds on 2 distributions: the first one passes, and the second illustrates the linker problems which are corrected by PR #22.